From: Kim F. Storm Date: Tue, 29 Jun 2004 13:00:49 +0000 (+0000) Subject: (vc-arch-mode-line-rewrite): Add :group 'vc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21793 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=027c3a345328fd059f3b698c735912855b07cd79;p=emacs.git (vc-arch-mode-line-rewrite): Add :group 'vc. --- diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index a439174556e..5f24599241c 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -309,7 +309,8 @@ Return non-nil if FILE is unchanged." (defcustom vc-arch-mode-line-rewrite '(("\\`.*--\\(.*--.*\\)--\\(v?\\).*-\\([0-9]+\\)\\'" . "\\2\\3[\\1]")) "Rewrite rules to shorten Arch's revision names on the mode-line." - :type '(repeat (cons regexp string))) + :type '(repeat (cons regexp string)) + :group 'vc) (defun vc-arch-mode-line-string (file) "Return string for placement in modeline by `vc-mode-line' for FILE."